home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
redakcyjne
/
PEBuilder
/
pebuilder3110a.exe
/
{app}
/
plugin
/
bartpe
/
run.cmd
< prev
Wrap
OS/2 REXX Batch file
|
2004-12-03
|
236b
|
15 lines
@echo off
if "%*" == "" (
echo Argument "%*" not found!
goto _err)
call %*
goto _end
:_err
echo.
echo BARTPE: There was an error, script aborted!!!
rem set errorlevel to 1 by (mis)using color
color 00
:_end
echo.
pause